Fix slight screwup
authorManish Singh <yosh@src.gnome.org>
Thu, 16 Jul 1998 23:05:22 +0000 (23:05 +0000)
committerManish Singh <yosh@src.gnome.org>
Thu, 16 Jul 1998 23:05:22 +0000 (23:05 +0000)
-Yosh

gtk-config.in

index 7cbc255ff90761cdfaa569a287a078b13235d746..d20ac401b148e2529cbcadae9e48e1c785e93596 100644 (file)
@@ -57,7 +57,7 @@ while test $# -gt 0; do
       libdirs=-L@libdir@
       for i in $glib_libs ; do
         if test $i != -L@libdir@ ; then
-          if test -z "$my_glib_lib" ; then
+          if test -z "$my_glib_libs" ; then
             my_glib_libs="$i"
           else
             my_glib_libs="$my_glib_libs $i"